home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Sunday Times: Parent Power
/
The Sunday Times - Parent Power.iso
/
pc
/
help
/
bcd
/
mac
/
ejectStuckCdInMacOS.sh
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Linux/UNIX/POSIX Shell Script
|
2004-06-22
|
191 b
|
4 lines
#!/bin/sh
if [ -d /Volumes/STUC05_INSTALL ];
then EJECTVAR=`df|grep /Volumes/STUC05_INSTALL | cut -f1 -d' '`; diskutil unmount /Volumes/STUC05_INSTALL; hdiutil eject -force $EJECTVAR; fi